home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_115 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  143 b   |  10 lines

  1. on(release){
  2.    thismonth += "1";
  3.    if(thismonth == "13")
  4.    {
  5.       thismonth = "1";
  6.       thisyear += "1";
  7.    }
  8.    call("init");
  9. }
  10.